home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.00.XXXX < prev    next >
Encoding:
Text File  |  1990-03-03  |  1.7 KB  |  40 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $00 (0)
  7. Auxiliary Type:    All
  8.  
  9. Full Name:     Typeless file
  10. Short Name:    Unknown
  11.  
  12. Written by:    Matt Deatherage                                     March 1990
  13.  
  14. Files of this type and auxiliary type contain data that is unknown to the 
  15. file's creator.
  16. _____________________________________________________________________________
  17.  
  18. Files of type $00 contain data that is unknown to the program that creates the 
  19. file.  There are instances where programs, especially utilities, have to 
  20. create files before they know the eventual file type and auxiliary type of the 
  21. file.  A good example of this is a telecommunications program that downloads a 
  22. file without a Binary II or other header to preserve the file's attributes.  
  23. Not knowing the file type, the program has little choice but to assign the 
  24. file as an "unknown" type until such time as the real file type can be 
  25. determined or assigned.
  26.  
  27. Files should be given type $00 when the creating program cannot determine the 
  28. real file type.  Reasonable guesses can be made (to continue the above 
  29. example, a telecommunications program might assign file type $04 for all files 
  30. transferred without protocol, guessing that ASCII transfers are probably for 
  31. ASCII Text files).
  32.  
  33. File type $00 is not to be used for files regularly used by applications 
  34. simply because the application programmer didn't wish to obtain a file type 
  35. and auxiliary type assignment.
  36.  
  37. The auxiliary types for this file type are reserved; any files created of type 
  38. $00 should be created with auxiliary type $0000.
  39.  
  40.